Welcome![Sign In][Sign Up]
Location:
Search - socket api

Search list

[ADO-ODBCcpplogger

Description: 一个简单的日志库,仅依赖boost,支持输出到console,socket,callback和file,包括一个c++类及对c++类的c api封装.-a very simple c++ logger library, supporting console, file, callback and socket and also including a c wrapper it only depends on the boost.
Platform: | Size: 4096 | Author: g73xianmi | Hits:

[Other20160514_122752994

Description: 易语言同步异步套接字模块源码例程程序调用API函数实现套接字应用。 点评:易语言同步异步套接字模块源码需要注意的地方是: 异步客户端,主动断开的时候,不会触发断开连接事件; 异步服务端,主动断开客户的时候,也不会触发客户离开事件; 同步服务端和客户端中,是会触发的; 服务端关闭的时候,不会断开已连接的客户。-Easy language source modules synchronous asynchronous socket routine calls API functions socket applications.   Comments: Easy language source synchronous asynchronous socket module need attention are: Asynchronous client initiative calls, it does not trigger a disconnection event Asynchronous server, disconnect active customer, the customer will not leave trigger event Synchronization server and client, it will trigger Server shut down, it does not disconnect customers connected.
Platform: | Size: 10240 | Author: 算好的 | Hits:

[TCP/IP stackLab1

Description: spaghetti relay tcp ip connect networking project chat server connect socket lab repository uncomplete incomplete client server behavior c++ basic winsock api
Platform: | Size: 10931200 | Author: | Hits:

[androidjava-master

Description: Android插件 PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second. The atomic components that make up a data stream are API Keys, Messages, and Channels.-PubNub Java-based SDKs for Java/Android PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second. The atomic components that make up a data stream are API Keys, Messages, and Channels.
Platform: | Size: 181248 | Author: zhanggan | Hits:

[VC/MFCc5

Description: 使用VC++的网络编程总结 1.套接字编程原理 1.1 Client/server 通信模型 1.2 Windows Sockets 规范 1.3 套接字 1.3.1 套接字定义 1.3.2 分类 1.3.3 套接字的作用 1.3.4 端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API 编程 2.1 常用函数 2.2 TCP 实例 2.3 UDP 实例 2.4 Socket 通信阻塞的解决方法 3.MFC 下的Socket 编程的类 3.1 CAsyncSocket 类 3.2 CSocket 类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket 类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 5. 怎样实现服务器端多线程的socket 功能-Use vc++ network programming
Platform: | Size: 397312 | Author: fc | Hits:

[Internet-NetworkSource-Code-Delphi-Three-AON-Payload_001

Description: A network socket is an endpoint of a connection in a computer network. In Internet Protocol (IP) networks, these are often called Internet sockets. It is a handle (abstract reference) that a program can pass to the networking application programming interface (API) to use the connection for receiving and sending data. Sockets are often represented internally as integers.
Platform: | Size: 749568 | Author: CBK | Hits:

[Internet-NetworkOpenInject-Full-Source_001

Description: A network socket is an endpoint of a connection in a computer network. In Internet Protocol (IP) networks, these are often called Internet sockets. It is a handle (abstract reference) that a program can pass to the networking application programming interface (API) to use the connection for receiving and sending data. Sockets are often represented internally as integers.
Platform: | Size: 604160 | Author: CBK | Hits:

[Internet-NetworkMDMA-P-INJEK-(1)_000

Description: A network socket is an endpoint of a connection in a computer network. In Internet Protocol (IP) networks, these are often called Internet sockets. It is a handle (abstract reference) that a program can pass to the networking application programming interface (API) to use the connection for receiving and sending data. Sockets are often represented internally as integers.
Platform: | Size: 735232 | Author: CBK | Hits:

[Applicationshod_send

Description: 能是在利用socket提供的API函数, 填充并发送ICMP包,-Can provide the API function is in the use of socket, filling and send ICMP packet,
Platform: | Size: 40960 | Author: fbstahe | Hits:

[GUI Developsnt_filling

Description: 能是在利用socket提供的API函数, 填充并发送ICMP包,-Can provide the API function is in the use of socket, filling and send ICMP packet,
Platform: | Size: 50176 | Author: mfyonw | Hits:

[Windows DevelopsocketAPIuse

Description: 能是在利用socket提供的API函数, 填充并发送ICMP包,(Can provide the API function is in the use of socket, filling and send ICMP packet,)
Platform: | Size: 39936 | Author: iattmsn | Hits:

[WEB CodeWebApplication

Description: – The web application allows users to monitor power consumption, register Wi-Fi controllable devices and remotely control devices over Wi-Fi using a user interface. – This web application consists of a RESTful API developed in Node.js using the Express Framework for database interaction, a web server for serving files, and employs the Web- Socket protocol for full-duplex real-time data streaming with minimal overhead. – The Node.js web application running on the Intel Edison polls an SQLite database contain- ing power data with a single thread and pushes real-time data to all connected web clients using the WebSocket protocol. – The web application uses Mustache.js as a client-side templating engine, uses client-side form validation, and employs AJAX to reduce CPU load on the Intel Edison and minimize network tra c.(The web application allows users to monitor power consumption, register Wi-Fi controllable devices and remotely control devices over Wi-Fi using a user interface. This web application consists of a RESTful API developed in Node.js using the Express Framework for database interaction, a web server for serving files, and employs the Web- Socket protocol for full-duplex real-time data streaming with minimal overhead. The Node.js web application running on the Intel Edison polls an SQLite database contain- ing power data with a single thread and pushes real-time data to all connected web clients using the WebSocket protocol. The web application uses Mustache.js as a client-side templating engine, uses client-side form validation, and employs AJAX to reduce CPU load on the Intel Edison and minimize network tra c.)
Platform: | Size: 10185728 | Author: 哈哈拉拉 | Hits:

[OtherMemcachedClassicASP

Description: Memcached For Classic ASP is the DEMO of Fasp components on Memcached operations. Fasp is an extension component of Classic ASP. It extends the function of ASP through encapsulation of Win API. For example, you can easily implement Memcached and Socket operations through Fasp, and of course, there are a lot of other functions.
Platform: | Size: 831488 | Author: 桎小阡 | Hits:

[OtherFasp

Description: Fasp is an extension component of Classic ASP. It extends the function of ASP through encapsulation of Win API. For example, you can easily implement Memcached and Socket through Fasp
Platform: | Size: 1473536 | Author: 桎小阡 | Hits:

[ComboBoxhqcsi8

Description: 能是在利用socket提供的API函数, 填充并发送ICMP包,()
Platform: | Size: 50176 | Author: atlpe | Hits:

[Internet-Network30506113

Description: 能是在利用socket提供的API函数, 填充并发送ICMP包,()
Platform: | Size: 50176 | Author: FPB%24971234 | Hits:

[WEB Code14

Description: Fasp是Classic ASP的扩展组件,通过对Win API的封装对ASP的功能进行扩展。例如你可以通过Fasp轻松实现对Memcached和Socket的操作,当然还有其他大量功能。(Fasp is an extension component of Classic ASP. It expands the function of ASP by encapsulating Win API. For example, you can easily realize the operation of Memcached and Socket through Fasp, and of course, there are many other functions.)
Platform: | Size: 829440 | Author: 24yehrg | Hits:

[Internet-Network2

Description: 易语言套接字远程源码例程程序调用API函数实现套接字远程操作。(Easy language socket remote source code routines call API function to achieve socket remote operation.)
Platform: | Size: 5120 | Author: y53y3y | Hits:
« 1 2 ... 20 21 22 23 24 25»

CodeBus www.codebus.net